API Core Response
The request POST method responds with two elements.
meta provides the summary of the results within each of the source results provides all the data response
SearchResponse
{
"meta": "MetaSearchResponse"{...},
"results": "ResultsSearchResponse"{...}
}